net/http.wantConn.cancelCtx (field)
6 uses
net/http (current package)
transport.go#L850: if w.cancelCtx != nil && !w.waiting() {
transport.go#L851: w.cancelCtx()
transport.go#L1260: cancelCtx context.CancelFunc
transport.go#L1398: if w == nil || w.cancelCtx != nil {
transport.go#L1451: cancelCtx: dialCancel,
transport.go#L1548: w.cancelCtx = nil
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |